home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000255_news@columbia.edu _Thu Mar 21 20:23:16 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id UAA19450 for <kermit.misc@watsun>; Thu, 21 Mar 1996 20:23:15 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id UAA23747 for kermit.misc@watsun; Thu, 21 Mar 1996 20:23:13 -0500 (EST)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!elroy.jpl.nasa.gov!lll-winken.llnl.gov!hookup!news.mathworks.com!fu-berlin.de!cs.tu-berlin.de!news
  5. From: Michael Agbaglo <byteshif@cs.tu-berlin.de>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Q: Client/Server w/ MS-Kermit ?
  8. Date: Thu, 21 Mar 1996 23:23:57 +0100
  9. Organization: TU Berlin
  10. Lines: 12
  11. Message-ID: <3151D6FD.34B@cs.tu-berlin.de>
  12. NNTP-Posting-Host: 130.149.17.235
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=us-ascii
  15. Content-Transfer-Encoding: 7bit
  16. X-Mailer: Mozilla 2.0GoldB2 (WinNT; I)
  17.  
  18. I'd like to have one machine as a server, answering the call and then going into server mode.
  19. The other should call get one file, receive one file and disconnect.
  20.  
  21. on the client side I wrote s.th. like
  22.  
  23. dial 1111111
  24. send foo
  25. get bar
  26.  
  27. but instead of dialing kermit goes immediately into transfer mode. What's that ?
  28.  
  29. (MS-Kermit 3.1x, where x=1,2 or 3 - I don't remember...)